summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLotP1 <68976644+LotP1@users.noreply.github.com>2024-01-30 11:01:04 +0100
committerGitHub <noreply@github.com>2024-01-30 11:01:04 +0100
commita1ce45b0b1d9c2354f6bccede443cd6f472f2717 (patch)
treef146ee71f513243c429f2096b2c6077a30686423
parentUpdate sockets_translate.cpp (diff)
downloadyuzu-a1ce45b0b1d9c2354f6bccede443cd6f472f2717.tar
yuzu-a1ce45b0b1d9c2354f6bccede443cd6f472f2717.tar.gz
yuzu-a1ce45b0b1d9c2354f6bccede443cd6f472f2717.tar.bz2
yuzu-a1ce45b0b1d9c2354f6bccede443cd6f472f2717.tar.lz
yuzu-a1ce45b0b1d9c2354f6bccede443cd6f472f2717.tar.xz
yuzu-a1ce45b0b1d9c2354f6bccede443cd6f472f2717.tar.zst
yuzu-a1ce45b0b1d9c2354f6bccede443cd6f472f2717.zip
-rw-r--r--src/core/hle/service/sockets/sockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/sockets/sockets.h b/src/core/hle/service/sockets/sockets.h
index a34a92bbe..4079c7728 100644
--- a/src/core/hle/service/sockets/sockets.h
+++ b/src/core/hle/service/sockets/sockets.h
@@ -19,7 +19,7 @@ enum class Errno : u32 {
INVAL = 22,
MFILE = 24,
PIPE = 32,
- CONNREFUSED = 61,
+ CONNREFUSED = 111,
MSGSIZE = 90,
CONNABORTED = 103,
CONNRESET = 104,